home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / svc.inf < prev    next >
Encoding:
INI File  |  1999-10-19  |  3.1 KB  |  94 lines

  1. ; Digi Wan Links SVC Virtual Device.
  2. ;
  3. ; Copyright 1995-1997, Digi International
  4.  
  5. [version]
  6. ;LayoutFile=layout.inf
  7. signature="$Windows NT$"
  8. Class=Net
  9. ClassGUID={4D36E972-E325-11CE-BFC1-08002BE10318}
  10. provider=%DIGI%
  11. DriverVer=10/19/1999,2.2.0.0
  12.  
  13.  
  14. [Manufacturer]
  15. %DIGI%=DIGIWANLINKS
  16.  
  17.  
  18. [DIGIWANLINKS]
  19. %WanLinksSvcX25.DeviceDesc% = WanLinksSvc.ndi,     DIGI_SVCX25
  20.  
  21. [ControlFlags]
  22. ExcludeFromSelect = * ; 
  23.  
  24. ;****************************************************************************
  25. ; Wan Links PVC Install Section
  26. ;****************************************************************************
  27.  
  28. [WanLinksSvc.ndi.NT]
  29. AddReg            = WanLinksSvc.ndi.reg, WanLinksSvc.staticparams.reg
  30. Characteristics    = 0x9 ;  NCF_HIDDEN | NCF_VIRTUAL
  31.  
  32.  
  33. ;****************************************************************************
  34. ; Wan Links PVC Services Sections
  35. ;****************************************************************************
  36. [WanLinksSvc.ndi.NT.Services]
  37. AddService = DIGIWANX, 2, WanLinksSvc.AddService, WanLinksSvc.AddEventLog
  38.  
  39. [WanLinksSvc.AddService]
  40. DisplayName         = %DIGIWAN.DispName%
  41. ServiceType         = 1 ; SERVICE_KERNEL_DRIVER
  42. StartType          = 3 ; SERVICE_DEMAND_START     
  43. ErrorControl        = 1 ; SERVICE_ERROR_NORMAL
  44. ServiceBinary     = %12%\DIGIWANX.SYS
  45. LoadOrderGroup     = NDIS ; DEFAULT_GROUP
  46.  
  47. [WanLinksSvc.AddEventLog]
  48. AddReg=WanLinksSvc.AddEventLog.reg
  49.  
  50. [WanLinksSvc.AddEventLog.reg]
  51. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\digiwanx.sys"
  52. HKR,,TypesSupported,%REG_DWORD%,7
  53.  
  54.  
  55. ;****************************************************************************
  56. ; Wan Links PVC NDI Registry Sections
  57. ;****************************************************************************
  58. [WanLinksSvc.ndi.reg]
  59. ; NDI General Information
  60. HKR, Ndi, Service,     , "DIGIWANX"
  61. HKR, Ndi, HelpText,     , %WanLinksSvc.HelpText%
  62.  
  63. ; NDI Binding
  64. HKR, Ndi\Interfaces, DefUpper,     , "ndiswan"
  65. HKR, Ndi\Interfaces, DefLower,     , "X_25"
  66. HKR, Ndi\Interfaces, UpperRange,     , "ndiswan"
  67. HKR, Ndi\Interfaces, LowerRange,     , "X_25"
  68.  
  69.  
  70. ;**************************************************************************************
  71. ; Wan Links PVC Static Params
  72. ;**************************************************************************************
  73. [WanLinksSvc.staticparams.reg]
  74. HKR,              , LowerFilters, 0x00010000, "DIGISXB"
  75. HKR,             , WanEndPoints, 0x00010001, 255
  76. HKR, VendorSpecific, StartAdapter, 0x00010001, 0
  77. HKR,               , MaxSendWindow,0x00010001, 4
  78. HKLM,Software\Digi\DigiWanX\CurrentVersion,ServiceName,0x00000000,"DIGIWANX"
  79. HKLM,Software\Digi\DigiWanX\CurrentVersion,Title,0x00000000,%DIGIWAN.DispName%     
  80.  
  81. ;**************************************************************************************
  82. ; Localizable Strings
  83. ;**************************************************************************************
  84. [strings]
  85. DIGI="Digi International, Inc."
  86.  
  87. WanLinksSvcX25.DeviceDesc  = "Digi WanX Links - X.25 SVC"
  88.  
  89. WanLinksSvc.HelpText = "This adapter enables your machine to access the network using a WAN interface"
  90.  
  91. DIGIWAN.DispName = "Digi Wan Links WAN Driver"
  92.  
  93.  
  94.